home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 18 / CU Amiga Magazine's Super CD-ROM 18 (1997)(EMAP Images)(GB)[!][issue 1998-01].iso / CUCD / Utilities / MakePath / MakePath.readme < prev   
Text File  |  1997-09-29  |  1KB  |  54 lines

  1. Short:    MakeDir replacement, creates full path
  2. Author:   olemb@stud.cs.uit.no (Ole Martin Bjørndalen)
  3. Uploader: olemb@stud.cs.uit.no (Ole Martin Bjørndalen)
  4. Version:  1.1a
  5. Type:     util/cli
  6. Replaces: util/cli/MakePath.lha
  7.  
  8.  
  9. MakePath 1.1a
  10. ==============
  11.  
  12. MakePath is a CLI tool similar to MakeDir, with the exception that it
  13. creates full paths rather than single directories. You can type
  14. "MakePath this/is/a/long/path", and all directories that don't already
  15. exist will be created.
  16.  
  17. Source code is included.
  18.  
  19.  
  20. Features
  21. ---------
  22.  
  23. -    Fully localized. Uses system strings,
  24.     so no new catalog is needed
  25. -    Written in 100% system friendly C
  26. -    Only 528 bytes long
  27. -    Can be made resident
  28. -    Enforcer and Mungwall tested
  29.  
  30.  
  31. Changes from 1.1 to 1.1a
  32. -------------------------
  33.  
  34. -    Source code is now included
  35. -    Brushed up the documentation a bit
  36.  
  37.  
  38. Changes from 1.0 to 1.1
  39. ------------------------
  40.  
  41. -    Rewrote everything, removing a
  42.     lot of bugs and resulting in a
  43.     much smaller program
  44. -    Added more sanity checks
  45. -    See History.txt for details
  46.  
  47.  
  48. Author
  49. -------
  50.  
  51. Ole Martin Bjørndalen
  52. E-mail: olemb@stud.cs.uit.no
  53. WWW: http://www.cs.uit.no/~olemb/
  54.